home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / shbrowse / readme.txt < prev    next >
Text File  |  1998-07-06  |  1KB  |  41 lines

  1.  
  2. What is SHBrowse.dll?
  3. -----------------------
  4.  
  5. SHBrowse.dll is a small dll that allows a VB5 program to easily use the Shell
  6. Browse dialog that is available in Win95 / NT4.
  7.  
  8.  
  9. How to use SHBrowse.dll?
  10. -------------------------
  11.  
  12. Sample VB5 program demonstrates how to use the dll. Basically, you need to:
  13.  
  14.     * declare the function "GetFolder"
  15.  
  16.     * Allocate enough space in a string variable to receive the selected
  17.       path that is returned from the Browse dialog.
  18.  
  19.     * Set the caption of the label that appears just above the tree control
  20.       on the Browse dialog (optional).
  21.  
  22.     * Call the function GetFolder with the required parameters.
  23.  
  24.     * The selected folder path is returned in the "SelectedPath" parameter.
  25.  
  26. What does it cost?
  27. --------------------
  28.  
  29. Nothing - it's free. If you feel really grateful, you may send me an e-mail
  30. with any comments/requests.
  31.  
  32. ---------------------------------
  33. Warning - Use at your own risk!
  34. ---------------------------------
  35.  
  36. Although I know of no problems arising out of the use of this dll, I make
  37. no claims of perfection either.
  38.  
  39. e-mail:  JimJanelle@bigfoot.com
  40. website: www.bigfoot.com/~JimJanelle
  41.